fix(deps): update rust crate hickory-resolver to 0.25 #48
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.24->0.25Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
hickory-dns/hickory-dns (hickory-resolver)
v0.25.2: 0.25.2Compare Source
What's Changed
ns_pool_for_zone()by @divergentdave in #2888ResolverBuilder::with_options()method by @cratelyn in #2877tsharkoutput by @divergentdave in #2868TBS::new()by @divergentdave in #2942v0.25.1: 0.25.1Compare Source
This is a small patch release to address errors that prevented publication of version 0.25.0 of some crates.
What's Changed
Full Changelog: hickory-dns/hickory-dns@v0.25.0...v0.25.1
v0.25.0: 0.25.0Compare Source
0.25.0 represents a large release for the Hickory DNS project. Over 14 months since 0.24.0, we've added two new maintainers, divergentdave and marcus0x62, and have addressed many limitations. A team from Ferrous Systems shored up our support for DNSSEC, and we addressed a number of findings from our first security audit.
Breaking changes
This is not an exhaustive list of changes, but here are some of the most impactful breaking changes in this release:
dns-over-rustls,dns-over-native-tls,dns-over-openssl,dns-over-https-rustls,dns-over-https,dns-over-quicanddns-over-h3features have been removed in favor of a set of{tls,https,quic,h3}-{aws-lc-rs,ring}features across our library crates.RuntimeProviderAPI into the proto crate and use it consistently across the project.Namevalues are now rooted by default in many places, and more consistently maintain theirfqdnstatus.ResolverOptstype. SpecificNameServerConfigs should implicitly set up the ALPN protocol appropriate for the DNS protocol.ResolverOptionsfieldsauthentic_dataandshuffle_dns_serverswere removed. The former field didn't do anything; and should be covered by new DNSSEC API.shuffle_dns_serversfunctionality has been subsumed into theserver_ordering_strategyfield.native-certsfeature was replaced with rustls-platform-verifier.tokio-runtimefeature was renamed totokio.serde-configfeature was renamed toserde.Please don't hesitate to file an issue or ask on our Discord server if you have issues upgrading.
Detailed changes since alpha.5
NameServerConfigGroup::from_ips_clearby @silverlyra in #2092hickory_proto::quic::QuicClientStreamClonable by @0xffffharry in #2176example.comby @situ2001 in #2187hickory_proto::h3::H3ClientStreamClonable by @0xffffharry in #2182Resourcedata structure by @japaric in #2231docker network createin parallel by @japaric in #2265DnssecDnsHandle: check RRSIG validity as per RFC4035 by @japaric in #2213startmethod in Resolver by @justahero in #2281DS .fails by @japaric in #2271NS somedomain.com.by @japaric in #2300targetdirectory acrossdocker buildinvocations by @japaric in #2305hickory-serverby @pvdrz in #2391push_labelAPI and update variable names by @japaric in #2408just cleanby @divergentdave in #2446Configuration
📅 Schedule: Branch creation - "" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.